home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / nan_news / vol3 / no1 / ex02_clp.prg < prev    next >
Text File  |  1988-08-09  |  291b  |  18 lines

  1. ***********************
  2. *   Clipper to Pascal Interface ex02_clp.prg
  3. *   Compile and link with ex02_pas.obj object file
  4. *
  5. *   Copyright (c) 1988 Nantucket Corp.
  6. ***********************
  7.  
  8. extern udf
  9. clear
  10. x = date()
  11. y = ctod("06/19/56")
  12. z = ctod("03/02/52")
  13. udf(x, y, z)
  14.  
  15.  
  16.  
  17.  
  18.